home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 142
/
Volume 142 Oct 17 2011 - Damaged.iso
/
Games
/
Fashion_Recall.swf
/
scripts
/
frame_37
/
DoAction.as
Wrap
Text File
|
2011-10-17
|
739b
|
45 lines
function clock()
{
if(lvl >= 1 and lvl <= 4)
{
timer = 60;
t_t = 60;
start_tim = 1;
acur = 30;
}
else if(lvl >= 5 and lvl <= 8)
{
timer = 50;
t_t = 50;
start_tim = 1;
acur = 40;
}
else if(lvl >= 9 and lvl <= 10)
{
timer = 40;
t_t = 40;
start_tim = 2;
acur = 50;
}
else if(lvl >= 11 and lvl <= 13)
{
timer = 30;
t_t = 30;
start_tim = 2;
acur = 50;
}
}
mygame.gn._visible = true;
playedArr.push(lvl);
num1 = new Array(1,2,3,4,5,6,7,8,9,10,11,12,13);
correcttot = 0;
if(!played)
{
roundsleft = 13;
}
myscore = 0;
myscore1 = myscore;
tot_sco = 0;
clock();
stop();